home *** CD-ROM | disk | FTP | other *** search
/ Foreland January 1997 / Foreland January 1997.iso / dicegame.dir / 00038_CONTINUE HILITE.ls < prev    next >
Encoding:
Text File  |  1996-12-26  |  764 b   |  27 lines

  1. on mouseDown
  2.   puppetSprite(43, 0)
  3.   puppetSprite(44, 0)
  4.   puppetSprite(45, 0)
  5.   puppetSprite(46, 0)
  6.   puppetSprite(48, 0)
  7.   updateStage()
  8.   set the visible of sprite 3 to 1
  9.   set the visible of sprite 4 to 1
  10.   set the visible of sprite 5 to 1
  11.   set the visible of sprite 6 to 1
  12.   set the visible of sprite 7 to 1
  13.   set the visible of sprite 8 to 1
  14.   set the visible of sprite 9 to 1
  15.   set the visible of sprite 10 to 1
  16.   set the visible of sprite 20 to 1
  17.   set the visible of sprite 21 to 1
  18.   set the visible of sprite 22 to 1
  19.   set the visible of sprite 23 to 1
  20.   set the visible of sprite 24 to 1
  21.   set the visible of sprite 25 to 1
  22.   set the visible of sprite 26 to 1
  23.   set the visible of sprite 27 to 1
  24.   set the visible of sprite 28 to 1
  25.   go("Compare")
  26. end
  27.